home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format 12 (5.25")
/
PC Format - Issue 12 September 1992 - Disk 2.ima
/
PCF.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-07-21
|
607b
|
48 lines
echo off
:start
type pcfiss12.ans
getkey gdx
if errorlevel 3 goto exit
if errorlevel 2 goto drop
if errorlevel 1 goto graph
:drop
drop17
goto start
:graph
cls
echo Please wait as the Coverdisk copys the relevant files to your hard drive...
md c:\pcf\gws
copy gws*.* c:\pcf\gws
type whatd.ans
getkey bam
if errorlevel 3 goto start
if errorlevel 2 goto agws
if errorlevel 1 goto bgws
:agws
c:
cd \pcf\gws
gws----@
gws
a:
goto start
:bgws
c:
cd \pcf\gws
gws----@
gws
b:
goto start
:exit
type goodbye.ans
getkey x
if errorlevel 1 goto quit
:quit
cls
echo on